-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add license header to top of all code files #39
Conversation
Resolve chipsalliance#38 Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
0e006c7
to
0d9e143
Compare
@daniellimws - Let's go with the short version here?
|
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
Sure thing |
@daniellimws We should also add the SPDX stuff in f4pga/ideas#47 |
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
So I will just add |
You mean |
Oh yes my bad, forgot to change it. |
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks pretty good to me!
v2x/lib/argparse_extra.py
Outdated
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing SPDX-License-Identifier: ISC
v2x/lib/mux.py
Outdated
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing SPDX-License-Identifier: ISC
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
@daniellimws - I think we figured out that we should add the utf-8 coding thing to the top of all the Python files and also add a hash for that blank line. Then we can merge away! |
Signed-off-by: Daniel Lim Wee Soong <weesoong.lim@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This adds the ISC license header to the python and verilog code files.
Resolve #38